* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: sans-serif;
    }

    .container-fluid {
      background-color: white;
      background-image: url('image/banner-bg.webp');
      padding: 10px 0px;
    }
    
    .collapse {
      float: right;    
    }

    .nav li a {
      font-weight: 700;
      font-size: 15px;
      color: black !important;
    }

    .nav li a:hover {
      color: #f44556 !important;
      font-weight: 900;
      transition: 0.7s ease-in;
    }

    .navbar-brand {
      margin-left: 10px !important;
    }
    .navbar{
        position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  margin-bottom: 30px;
      
    }

    .navbar-inverse {
      border-color: white;
      border-bottom: 2px solid;
      margin: 0px;
    }
.content{

    text-align: center;
    color:#0c2e8a;

}
.edit{
    display: flex;
    flex-direction: row;
        margin: 0px 88px;
    padding: 0px 12px;  
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
      background-color: rgba(255, 255, 255, 0);
    }
    .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: rgba(255, 255, 255, 0);
}
.econtent h3{
    color: #f44556;
    font-size: 3rem;
}
.econtent p{
  font-size: 16px;
}
.eimage img{
    max-width: 100%;
}
    .footer {
      background-image: url('image/footer_bg_1.jpg');
      color: white;
      padding: 40px 20px 20px;
    }

    .footer-container {
      max-width: 1200px;
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .footer-column {
      flex: 1;
      min-width: 200px;
      margin: 10px;
    }

    .footer h4 {
      font-size: 18px;
      margin-bottom: 15px;
      border-bottom: 2px solid #f7931e;
      display: inline-block;
      padding-bottom: 5px;
      color: #f44556;
    }

    .footer p, .footer a {
      color: #000000;
      font-size: 14px;
      text-decoration: none;
      margin: 6px 0;
      display: block;
    }

    .footer a:hover {
      color: #f7931e;
    }

    .social-icons {
      margin-top: 10px;
    }

    .social-icons a {
      color: white;
      margin-right: 10px;
      font-size: 16px;
    }

    .social-icons a:hover {
      color: #f7931e;
    }

    .footer-bottom {
      text-align: center;
      padding: 15px 0 0;
      color: #888;
      border-top: 1px solid #333;
      font-size: 13px;
    }
    .econtent{
      width: 50%;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }